home *** CD-ROM | disk | FTP | other *** search
/ Capture the Power of the Internet / Capture the Power of the Internet.iso / mac / MacFiles / InternetApps / Internet Tools / realprod.sit / RealProducer / Help / Styles / body.css next >
Encoding:
Cascading Style Sheet File  |  1999-09-02  |  1.5 KB  |  104 lines  |  [TEXT/CWIE]

  1. BODY {
  2.       color: #000000;
  3.       background: #FFFFFF
  4. }
  5.  
  6. A:link {color: #336666}
  7.  
  8. A:visited {color: #000000}
  9.  
  10. A:hover {color: #CC0000}
  11.  
  12. H1 {
  13.         color: #339966;
  14.         font-family: Arial,Helvetica,Geneva;
  15.         font-size: 18pt;
  16.         font-weight: bold
  17. }
  18.  
  19. H2 {
  20.         color: #339966;
  21.         font-family: Arial,Helvetica,Geneva;
  22.         font-size: 14pt;
  23.         font-weight: bold
  24. }
  25.  
  26. H3 {
  27.         color: #339966;
  28.         font-family: Arial,Helvetica,Geneva;
  29.         font-size: 11pt;
  30.         font-weight: bold
  31. }
  32.  
  33. H4 {
  34.         font-family: Arial,Helvetica,Geneva;
  35.         font-size: 10pt;
  36.         font-weight: bold;
  37. }
  38.  
  39. H5 {
  40.         color: #336666;
  41.         font-family: Arial,Helvetica,Geneva;
  42.         font-size: 9pt;
  43.         font-weight: bold
  44. }
  45.  
  46. H6 {
  47.         font-family: Arial,Helvetica,Geneva;
  48.         font-size: 8pt
  49. }
  50.  
  51. PRE {
  52.         margin-top: -12pt
  53. }
  54.  
  55. PRE.indent {
  56.         margin-top: -4pt
  57. }
  58.  
  59. CAPTION {
  60.         color: #336666;
  61.         font-family: Arial,Helvetica,Geneva;
  62.         font-size: 9pt;
  63.         font-weight: bold
  64. }
  65.  
  66. DT {
  67.         color: #336666;
  68.         font-family: Arial,Helvetica,Geneva;
  69.         font-size: 10pt
  70. }
  71.  
  72. TH {
  73.         color: #336666;
  74.         font-family: Arial,Helvetica,Geneva;
  75.         font-size: 9pt;
  76.         font-weight: bold
  77. }
  78.  
  79. TH.fmi {
  80.         color: #787878
  81. }
  82.  
  83. TH.note {
  84.         color: #339933
  85. }
  86.  
  87. TH.tip {
  88.         color: #0066FF
  89. }
  90.  
  91. TH.warn {
  92.         color: #FF0000
  93. }
  94.  
  95. TD {
  96.         font-family: Arial,Helvetica,Geneva;
  97.         font-size: 9pt
  98. }
  99.  
  100. TD.note  {
  101.         font-family: Times New Roman;
  102.         font-size: 12pt
  103. }
  104.